TOC This Package Prev Next Index
public class java.lang.StackOverflowError extends java.lang.VirtualMachineError (§1.61) { public StackOverflowError(); §1.56.1 public StackOverflowError(String s); §1.56.2 }The Java runtime throws an instance of this class if the application recurses too deeply.
public StackOverflowError()
StackOverflowError
public StackOverflowError(String s)
StackOverflowError
with the specified detail message.
s
-
the detail message
TOC This Package Prev Next Index